home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / files / mkdir < prev    next >
Encoding:
Text File  |  1993-10-26  |  342 b   |  9 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           mkdir ?-path? dirList
  4.                Create each of the directories  in  the  list  dirList.
  5.                The mode on the new directories is 777, modified by the
  6.                umask.  If -path is specified,  then  any  non-existent
  7.                parent  directories  in  the specified path(s) are also
  8.                created.
  9.